home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pcutil.lbr / pcutil.doc < prev   
Text File  |  2011-01-31  |  6KB  |  222 lines

  1.  
  2.  
  3.         PCUTIL
  4.  
  5.  
  6. This program provides several functions that would normally be separate
  7. commands.  The intent is to provide as many simple functions as possible
  8. within one COM file rather than many 1K/.5K COM/EXE files.
  9.  
  10. Note:  Only the first two characters of any parameter is checked.
  11.  
  12.     Syntax:
  13.  
  14.      PCUTIL [NUm] { [ON/OFf] }
  15.         [CAp] { [ON/OFf] }
  16.      or
  17.      PCUTIL [MOno ]
  18.         [COlor] { [40] [80] }
  19.         [SWap ] { [Clear] }
  20.      or
  21.      PCUTIL [DIal[2]]
  22.         [DIal[2]] { [T]|[P] xxx-xxxx }
  23.      or
  24.      PCUTIL [BEep]
  25.      or
  26.      PCUTIL [WAit] { [N] }
  27.      or
  28.      PCUTIL [DU] { [d:] }
  29.      or
  30.      PCUTIL [MU]
  31.      or
  32.      PCUTIL [SDir] { [d:][filename[.ext]] } { [/H /P /N|/E|/D|/S|/U] }
  33.      or
  34.      PCUTIL [PI] { FF|R|N|C|E|DS|DW|U|C1|C2|L6|L8|L0|P6|P8|P0|
  35.                N6|N8|C6|C8|TN|TC|SW }
  36.      or
  37.      PCUTIL [VErsion]
  38.      or
  39.      PCUTIL [HElp|?]
  40.      or
  41.      PCUTIL [SEtcolor] FIBIPI
  42.  
  43.  
  44.  
  45.  
  46. NUm:
  47.  
  48. Change (toggle) the Num Lock state.  ON sets Num Lock on and OFf Num Lock
  49. off.  The default is ON.
  50.  
  51.  
  52. CAp:
  53.  
  54. Change (toggle) the Caps Lock state.  ON sets Caps Lock on and OFf Caps Lock
  55. off.  The default is ON.
  56.  
  57.  
  58. MOno:
  59.  
  60. Switch the active display to the monochrome display on systems that have a
  61. monochrome display.  This will cause the monochrome display to be cleared.
  62.  
  63.  
  64. COlor:
  65.  
  66. Switch the active monitor to the color display on systems that have a color
  67. display.  40 or 80 will set the column width.  This will cause the color
  68. display to be cleared.    The default is 80.
  69.  
  70.  
  71. SWap:
  72.  
  73. Switch (toggle) the active display to the currently inactive display on
  74. systems that have both displays.  This is the same as issuing a MOno or
  75. COlor 80.  This will toggle in 80 column mode only.  If Clear is the second
  76. parameter, the current screen will be cleared before switching to the other
  77. display.
  78.  
  79.  
  80. DIal:
  81.  
  82. DIal command by itself will hang up the phone and drop data terminal ready.
  83. DIal followed by a T or P will "touch tone (T)" or "rotary (P)" dial the
  84. telephone number following the T or P.    DIal will also initialize the modem
  85. to 1200 baud so the Hayes will recognize the command.  This will not work
  86. with non Hayes compatible modems.
  87.  
  88.  
  89. BEep:
  90.  
  91. Sounds the speaker.  This can be used in a BAT to indicate end of job for
  92. example.
  93.  
  94.  
  95. WAit:
  96.  
  97. Causes the PC to wait for N seconds before continuing.    This number can
  98. not exceed 6500.  To wait longer use WAit multiple times.
  99.  
  100.  
  101.  
  102.  
  103. DU:
  104.  
  105. Displays the characteristics of the diskette or hard disk. The current
  106. utilization and free space is also displayed. The default drive is used if
  107. no drive id is entered.
  108.  
  109.  
  110. MU:
  111.  
  112. Displays the maximum memory size, machine type (PC, PC/XT or PCjr), current
  113. memory utilization and available free space.
  114.  
  115.  
  116. SD:
  117.  
  118. Displays the directory of Drive id (or default drive). /H excludes hidden
  119. files. /P prints the directory. The other options are sort options:
  120.  
  121.   /N - Sort by name (default).
  122.   /E - Sort by extension (and by name).
  123.   /D - Sort by date (descending).
  124.   /S - Sort by file size (descending).
  125.   /U - Unsorted (by actual directory sequence).
  126.  
  127.  
  128. PI:
  129.  
  130. Initializes the IBM Graphics Printer.  Only one option per usage.  The
  131. following is explanation of available options:
  132.  
  133.   FF - Sends forms feed to printer to advance to new page.
  134.   R  - Resets printer to power on settings.
  135.   N  - Resets printer to normal characters (resets C, E, DS, DW & U).
  136.   C  - Set printer to compressed mode (132 characters per line)
  137.   E  - Set printer to emphasized mode.
  138.   DS - Set printer to double strike mode (can be used with N, C, E, & DW).
  139.   DW - Set printer to double wide mode (can be used with N, C, E, & DS).
  140.   U  - Set printer to unidirectional mode.
  141.   C1 - Set printer to character set 1 (default).
  142.   C2 - Set printer to character set 2.
  143.   L6 - Set printer to 6 lines to the inch.
  144.   L8 - Set printer to 8 lines to the inch.
  145.   L0 - Set printer to 10 lines to the inch.
  146.   P6 - Set printer to skip perforations (66 line page, 6 lines skipped).
  147.   P8 - Set printer to skip perforations (88 line page, 8 lines skipped).
  148.   P0 - Set printer to skip perforations (110 line page, 10 lines skipped).
  149.   N6 - Set printer to combination of N, L6 & P6.
  150.   N8 - Set printer to combination of N, L8 & P8.
  151.   C6 - Set printer to combination of C, L6 & P6.
  152.   C8 - Set printer to combination of C, L8 & P8.
  153.   TN - Set printer to tab every 8 positions for 80 column lines.
  154.   TC - Set printer to tab every 8 positions for 132 column lines.
  155.   SW - Swaps the software address of LPT1 and LPT2.
  156.  
  157.  
  158. VErsion:
  159.  
  160. Displays the version of PCUTIL.
  161.  
  162.  
  163.  
  164.  
  165. HElp or ?:
  166.  
  167. Online help facility for PCUTIL.
  168.  
  169.  
  170. SEtcolor:
  171.  
  172. SEtcolor FIBIPI
  173.  
  174. Where 'F' is the foreground color, 'B' is the background color and 'P' is
  175. the border color.
  176.  
  177. The following letters are the valid input characters that are substituted
  178. for 'F', 'B' and 'P':
  179.  
  180.   Z or z for BLACK,    B or b for BLUE,
  181.   G or g for GREEN,    C or c for CYAN,
  182.   R or r for RED,    M or m for MAGENTA,
  183.   Y or y for YELLOW and W or w for WHITE.
  184.  
  185. The following letters are the valid input characters that are substituted
  186. for 'I':
  187.  
  188.   L or l for Low Intensity and H or h for High Intensity.
  189.  
  190.  
  191. EXAMPLES:
  192.  
  193.  SEtcolor WHZLZL
  194.  
  195.   [H]igh Intensity [W]hite foreground, [L]ow Intensity [Z]Black background
  196.   and [L]ow Intensity [Z]Black border.
  197.  
  198.  SEtcolor WHBHRL
  199.  
  200.   [H]igh Intensity [W]hite foreground, [H]igh Intensity [B]lue background
  201.   and [L]ow Intensity [R]ed border.
  202.  
  203.  
  204. NOTES:
  205.  
  206.   Although it is possible to set the background color to high intensity,
  207.   this is prevented since setting it to high intensity precludes the use
  208.   of the blink option and unpredictable results may occur.
  209.  
  210.  
  211.  
  212. NOTES: I believe this program is callable from BASICA under DOS 2.0/2.1 using
  213. the "SHELL" command. I have not experienced any failures but I'm sure that
  214. I have not tested all possibilities.
  215.  
  216.     Please send any comments or suggestions for improvements or (unlikely)
  217. corrections to NORRIS COUCH care of PC-CONNECT Bulletin Board (203-966-7385)
  218. or P.O.BOX 604, New Canaan, CT    06840.
  219.  
  220.  
  221.  
  222.